home *** CD-ROM | disk | FTP | other *** search
- object fUpdateScript: TfUpdateScript
- Left = 192
- Top = 107
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = 'Last Update Script'
- ClientHeight = 176
- ClientWidth = 388
- Color = clBtnFace
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -9
- Font.Name = 'Verdana'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 12
- object CheckBox1: TCheckBox
- Left = 8
- Top = 72
- Width = 97
- Height = 17
- Caption = 'Bold'
- TabOrder = 0
- end
- object CheckBox2: TCheckBox
- Left = 8
- Top = 88
- Width = 97
- Height = 17
- Caption = 'Italic'
- TabOrder = 1
- end
- object CheckBox3: TCheckBox
- Left = 8
- Top = 104
- Width = 97
- Height = 17
- Caption = 'Underline'
- TabOrder = 2
- end
- object GroupBox1: TGroupBox
- Left = 8
- Top = 8
- Width = 370
- Height = 57
- Caption = 'Text '
- TabOrder = 3
- object Edit1: TEdit
- Left = 6
- Top = 22
- Width = 357
- Height = 20
- TabOrder = 0
- Text = 'This page is last updated on '
- end
- end
- object Button1: TButton
- Left = 8
- Top = 149
- Width = 97
- Height = 21
- Caption = 'Ok'
- Default = True
- TabOrder = 4
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 280
- Top = 149
- Width = 97
- Height = 21
- Caption = 'Cancel'
- TabOrder = 5
- OnClick = Button2Click
- end
- object ActionList1: TActionList
- Left = 234
- Top = 89
- object CloseWindow: TAction
- Caption = 'CloseWindow'
- ShortCut = 27
- OnExecute = CloseWindowExecute
- end
- end
- end
-